/* Re-skin for Maitland District Council - AUG 2025 */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-Light.ttf);
    font-weight: 300;
}

@font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}

@font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-Bold.ttf);
    font-weight: 700;
}

font-face{
    font-family:oc-poppins;
    src:url(https://static.smartygrants.com.au/default/fonts/poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}


html,body {
	font-family: Lexend, arial, helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #515151;
}


#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	display:inline-block;
}

#header {
	height: 120px;
	width: 100%;
	min-width: 960px;
	/* background-color: transparent; */
}

#logo {
	margin: 0 auto;
	padding-top: 8px;
	width: 960px;
}

#top-banner{
	background-color: #526194; 
	outline: none;
	height: 2px;
	width: 100%;
	min-width: 960px;
}

#banner{
	height: 350px;
	min-width: 960px;
	background-image: url(https://static.smartygrants.com.au/maitlandcitycouncil/mcc-banner-2.jpg);
	background-size:cover;
	background-position: center center;
}

#header-bar {
	background-color: #526194;
	outline: none;
	height: 40px;
	width: 100%;
	min-width: 960px;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
}

#head {
	line-height: 40px;
	min-height: 40px;
	padding: 0 15px;
	margin-top: -40px;
	color: white;
}

#head a, #head a:link, #head a:visited {
	color: white;
	font-size: 1rem;
	padding: 5px;
	text-decoration: underline;
	white-space: nowrap;
}

#head a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	text-decoration-color: #288AF3; 
	color: white;
}

#head a:focus, #head a:active {
	color: white; 
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	background-color: transparent; /* none */
	outline: 5px solid #288AF3;
}

#user, #headlinks {
	margin: 0px;
}

#headlinks {
	float: none;
}

#body {
	background-color: white;
	min-height: 800px;
	padding: 15px;
}

a, a:link, a:visited {
	/* font-weight: 400;  */
	border: none;
	color: #515151;
	outline: 1px solid transparent;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:hover, a:active, a:focus {
	border: none;
	color: #515151;
	outline: 1px solid transparent;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	text-decoration-color: #288AF3;
}

a:focus {
	border: none;
	color: #515151;
	outline:  3px solid #288AF3;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #515151;
}


h1, h2, h3, h4 {
	font-family: Poppins, oc-poppins, arial, helvetica, sans-serif;
	color: #333333;
	margin: 20px 0;
}

h1 {
	font-size: 48px; /* 2.9rem; 2.6rem; 2.15rem;  2.25rem */
	letter-spacing: 0%; 
	line-height: 1.5;
	padding: 15px 0px; /* added to give gap for lastSaved and space from SmartyFile logo */
	margin-top: 50px;  /* added to clear the SmartyFile logo displayed if app on behalf of SF Org */
	font-weight: 600;
}

h2 {
	font-size: 38px; /* 2.0rem; 1.77rem; 1.8rem; 1.5rem; */
	letter-spacing: 0%;
	line-height: 1.5;
	padding: 5px 5px 5px 0;
	margin: 30px 0;
	font-weight: 600;
}

h3 {
	font-size: 28px; /* 1.5rem; 1.3rem;  1.375rem; */
	letter-spacing: 0%;
	line-height: 1.5;
	font-weight: 500;
}

h4 {
	font-size: 22px; /* 1.3rem;  1.2rem;  1.25em; */
	letter-spacing: 0%;
	line-height: 1.5;
	font-weight: 500;
}

/* To reduced size of Header1 at the top of a form */
#body > h1:nth-child(3) {
	font-size: 34px;
}

/* To reduced size of Header1 at the top of a form on the Review and Submit page */
#htmlForm > h1:nth-child(3) {
  font-size: 34px;
}


img, svg {
	vertical-align: unset;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#appnav {
	background-color: #EDF0F5;  /* color-mix(in srgb,#cdd9e8,white 50%) */
	border: none;
	color: #667080;
    float:left; /* for appnav on left side*/
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin-bottom: -4000px;
    margin-top: 75px; /*if editing the btn height adjust this to match so page & appnav headings are aligned*/
	padding: 0px;
	width: 205px;
	border-radius: 5px;
}

#appnav h3 {
	background-color: transparent;
	border: none;
	color: #333333;
	font-size: 21px;
	font-weight:600;
	margin: 0px;
	/* padding: 5px; */
	line-height: 47px;
}

#appnav .current {
	background-color:  #333333; /* #aacf68; #21597C; #1e3259; #0e5383;  #004684;  #d25b70;  #008da8; */
	color: white;
	border: none;
	font-size: 1rem;
	font-weight: 500;
	margin: 0px;
	padding: 8px;
}

#appnav li {
	border: none;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#appnav a, #appnav a:link, #appnav a:visited {
    color:#515151;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 8px;
    text-decoration: none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus {
    background-color: none;  /* color-mix(in srgb,#288AF3,white 50%) */
	color: #515151;;	
    text-decoration: underline;
	text-decoration-color: #288AF3; 
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

#appnav a:hover {
    background-color: none;  /* color-mix(in srgb,#288AF3,white 50%) */
	color: #515151;;	
    text-decoration: underline;
	text-decoration-color: #288AF3; 
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}


/*Review & Submit page link when also the selected page*/
#appnav .current a {
    background-color: #333333;
	color: white;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
	font-size: 1rem;
	font-weight: 600;
}

#appnav hr {
    background-color: #0F1456; /*#079297; */
    border: none;
    height: 1px;
    margin: 0px;
    outline: none;
}

/*For appnav on left side*/
#htmlForm .appform{
	margin-left:230px;
}

.ftEditForm,.ftEditPage {
	border: none;
	width: 700px !important;
}

.appform h2, .ftEditPageHeading, #kc-passwd-update-form h2 {
	background-color:  #333333;   
    box-sizing: border-box;
	color: white;
	font-size: 28px; /* 1.6rem; */
	border-radius: 5px;
	padding: 10px 15px 10px 17px;
	width: inherit;
	font-weight: 500;
	line-height: 1.2;
	text-transform: none;
}

.appform h3, .ftEditSectionHeading {
	background-color: #D4E8FD;  
    box-sizing: border-box;
	color: #333333;
	font-size: 24px; /* 1.4rem; */
	border-radius: 5px;
	padding: 10px 15px 10px 17px;
	width: inherit;
	font-weight: 500;
	line-height: 1.2;
}

.ftEditColumnHeading {
	background-color: green;
	color: white;
	font-size: 16px;
	width: inherit;
}

.loginbox .appform .btn {
	padding-left: 105px;
}

.loginbox .appform .l {
	min-width: 145px !important;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn {
	background: none;
	background-color: transparent;
	border: none;
	font-size: 90%;
	height: 45px;
	position: relative;
	margin: 25px 0 20px 0;   /* added for extra space around Last Saved */
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close, #kc-form-buttons input {
	appearance: none;
	background-color: #4e6496; /* #86AE40 */
	border: 2px solid #4e6496; /* 1px solid #86AE40; #2D90CF; */
	border-radius:5px;
	color: white;
	cursor: pointer;
	font-size: 1rem; /* 16px */
	font-weight: 500;
	height: 48px;
	line-height: 44px; /*height minus border top and bottom width*/
	moz-appearance: none;
	padding: 0;
	text-decoration: none;
	webkit-appearance: none;
	width: 167px; /* 150px; */
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover, #kc-form-buttons input:hover {
	background-color: white; /* #F58027; #FEDF00;*/
	border: 2px solid #288AF3; /* #4e6496; #F58027 */
	color: #1C61AA; /* 4e6496 */
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color: #288AF3;
	text-decoration-thickness: 2px;
}

.appform .btn input:focus {
	outline:  3px solid #288AF3;
	outline-offset: 2px;
}

.appform .btn .next {
	background-image: url(https://static.smartygrants.com.au/default/arrows/white-arrow-right.png);
	background-position: 132px center; /*increase with the input width, will need some adjusting based on arrow choice*/
	background-size: 14px;
	padding: 0px;
}

.appform .btn .next:hover {
	background-image: url(https://static.smartygrants.com.au/default/arrows/blue2-arrow-right.png);
	background-position: 124px center;
	background-size: 29px;
}

.appform .btn input.btndisabled {
	cursor: not-allowed;
}

.appform .btn .prev {
	background-image: url(https://static.smartygrants.com.au/default/arrows/white-arrow-left.png);
	background-position: 14px center; 
	background-size: 14px;
	padding: 0 3px 2px 28px; 
}

.appform .btn .prev:hover {
	background-image: url(https://static.smartygrants.com.au/default/arrows/blue2-arrow-left.png);
	background-position: 7px center;
	background-size: 29px;
	padding: 0 3px 1px 28px;
}

#lastSaved {
	float: right !important; /*for appnav on left side*/
	margin-top: -104px; /*increase with appnav margin-top*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
    display: block;
	text-decoration: underline;
}

.iconbar .item a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	text-decoration-color: #288AF3;
}

.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 195px; /* was 177px increased due large font */
}

/* added for the form preview */
.iconbar .item-very-wide a, .iconbar .item-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}

/* Reason for outer-footer is to remove a line displayed on mobile between footer and footer-aoc */
#outer-footer {
	background-color: #232323;
	width: 100%;
	min-width: 960px;
}

#footer {
	background-color: #232323; /* #0f213e; */
	color: white;
    height: 220px;
	width: 100%;
	/* min-width: 960px; */
	/* overflow: clip; */
}

#footer-content {
	margin: 0 auto;
	padding-top: 35px;
	width: 960px;
}

.footer-position {
	float: left;
	font-size: 1em;
	height: 185px;
    line-height: 1rem;
	/* margin-top: 0px; */
	/* width: 50%; */
}

.footer-position ul {
	margin: 0px;
}

.footer-position li {
	list-style: none;
	/* margin-bottom: 0px */
	font-weight:400;
	font-size: 1.0rem;
	line-height: 1.5rem; 
	padding: 2px 0 2px;
}

.footer-position h4 {
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 15px;
}


.footer-position a, .footer-position a:link, .footer-position a:visited {
	border: none;
	color: white;
	text-decoration: underline;
	text-decoration-color: white;
	text-underline-offset: 3px;
	outline:  1px solid transparent;
}

.footer-position a:hover, .footer-position a:active, .footer-position a:focus {
	border: none;
	color: white; 
	outline: 1px solid transparent;
	text-decoration: underline;
	text-decoration-color: #288AF3;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.footer-position a:focus {
	border: none;
	color: white;
	text-decoration: underline;
	text-decoration-color: white;
	text-underline-offset: 2px;
	outline:  3px solid #288AF3;
}


#grants-info.footer-position{
    width: 43%;
    padding-left: 90px;
    padding-right: 0px;
}

#tech-support.footer-position{
    width: 35%;
    padding-left: 90px;
    padding-right: 0px;
}


#footer-aoc {
	background-color: #232323;
	color: white;
    height: 170px;
	/* font-weight: 700; */
	width: 100%; 
	/* min-width: 960px; */
	/* overflow: clip; */
}

#footer-aoc-content {
	margin: 0 auto;
	width: 960px;
	padding-top: 15px;
}
 
.footer-aoc-position {
	float: left;
	font-size: 14px;
	height: 120px;
    line-height: 24px;
	margin-top: 0px;
	/* width: 50%; */
}

.footer-aoc-position ul {
	margin: 0px;
}

.footer-aoc-position li {
	list-style: none;
	margin-bottom: 0px;
}

#footer-logos {
	width: 10%; 
	padding-left: 75px;
	padding-top: 0px; 
}

#footer-aoc-info {
	width: 70%;
	line-height: 1.2rem;
	/* text-align: center; */
	font-size: 1rem;
	padding-left: 60px;
	padding-top: 25px;
}

/* reduced left margin from 20px to 0, so that the Round name isn't indented - customers request */
.chooseform {
  margin: 0 0 20px 0px;  /* default is 0 0 20px 20px */
}

/* Customer wanted to have Headings and not Buttons for the Log In and Register page */
.loginbox .appform h2 {
  width: 330px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 600;
  font-size: 38px;
}


/* Font size for My Submissions - Increased slightly from 14px */
#submissions {
    font-size: 0.93rem; /* 0.9375rem; */
}
 
/* Increasing font size + font-weight + colour for link for applicant to update their details */
.update-details a {
    font-weight: 400;
    float: right; 
    font-size: 16px;
	text-underline-offset: 2px;
	text-decoration-thickness: 2px;
}

/* Adjusting font for the dropdown/hover for the Archive / Delete / Assign to Org  options in My Submissions */
.dropdown-item {
	font-size: 0.93rem; /* 0.9375rem; */
	font-weight: 400;
}

.dropdown-item:hover {
	background-color: #288AF3;
	color: white;
}

.ftFieldRadio, .ftFieldCheckbox {
    margin-top: 4px;
}

/* To remove the background hover colour of images in the header */
#header a:hover {
	background-color: transparent;
}

/* To remove the background hover colour of the SmartyFile logo */
#smartyfile-logo-link {
  background-color: transparent;
}

#smartyfile-logo-link a {
  background-color: transparent;
}

/* To set the colour of the hover of the Current/Archived tabs */
.nav-link:focus, .nav-link:hover {
	color: white; 
	background-color: #288AF3;
}

/*SF my submissions things. don't touch*/

#submissions .col-1 button {
	background-color: #007bff;
	color: #fff;
}

#submissions .col-1 button:hover {
  color: #007bff;
  background-color: white;
	border: 1px solid;
}

#app-detail-modal button.btn-primary {
    background: none;
    border-color: #6c757d;
    color: black;
}

a#rc-responselink, a#rsc-responselink  {
	text-decoration: underline;
	color: #007bff;
}

a#rc-responselink:hover, a#rsc-responselink:hover  {
	border: none;
	color: #6e3e79;
	background-color: none; 
	outline: 1px solid #6e3e79;
	text-decoration: none;
}

#submissions .app-title a{ 
	text-decoration: underline;
}

#submissions .app-title a:hover{ 
	text-decoration: none;
}

/*Cookies banner*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 99%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #71b136;
    box-shadow: 0 0 2px 1px #0003;
    color: #fff;
    font-weight: 400;
    font-family: HelveticaNowText, arial, helvetica, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    /* border-radius: 5px; */
}

.cookie-banner div p {
    margin-left: 100px;
}

.cookie-banner-close {
    height: 40px;
    width: 120px;
    background-color: #fff;
    border: none;
    color: #00afd8;
    cursor: pointer;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    border-radius: 8px;
}

#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
    color: #fff;
}


.phone-email-icons {
	display: flex;
	align-items: center;
}

.organisation {
	padding-bottom:10px;
}

.applicant-help {
	padding-top: 10px;
}